From f0b5df8a814784af6d39dae4953f1705d5455e2f Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 2 Sep 2006 23:19:03 +0000 Subject: [PATCH] Avoid C99'ismin gpsutil.c --- gpsbabel/gpsutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpsutil.c b/gpsbabel/gpsutil.c index ee28e6cf4..7f2c9ae89 100644 --- a/gpsbabel/gpsutil.c +++ b/gpsbabel/gpsutil.c @@ -64,13 +64,13 @@ data_read(void) char alttype; char icon[3]; waypoint *wpt_tmp; - icon[0] = 0; /* * Make sure that all waypoints in single read have same * timestamp. */ time_t now = current_time(); + icon[0] = 0; while ((ibuf = gbfgetstr(file_in))) { int n, len; -- 2.30.2